github.com/andybalholm/brotli.FastEncoder.commandHisto (field)
16 uses
github.com/andybalholm/brotli (current package)
encoder_fast.go#L19: commandHisto [704]uint32
encoder_fast.go#L39: e.commandHisto[combineLengthCodes(uint16(i), 0, false)] = uint32(2000 / (i + 1) / (i + 1))
encoder_fast.go#L46: e.commandHisto[combineLengthCodes(0, 0, true)] = 50
encoder_fast.go#L48: e.commandHisto[combineLengthCodes(0, uint16(i), i < 16)] = uint32(800 / i)
encoder_fast.go#L54: e.commandHisto[128+insertCode<<3+copyCode] = uint32(100 / (insertCode + 1) / (insertCode + 1) / copyCode)
encoder_fast.go#L56: e.commandHisto[128+insertCode<<3+copyCode] = uint32(343 / (insertCode + 1) / (insertCode + 1) / copyCode)
encoder_fast.go#L91: for _, n := range e.commandHisto {
encoder_fast.go#L94: buildAndStoreHuffmanTreeFastBW(e.commandHisto[:], uint(commandCount), 10, commandDepths[:], commandBits[:], &e.bw)
encoder_fast.go#L106: e.commandHisto[combineLengthCodes(uint16(i), 0, false)] = 1
encoder_fast.go#L109: e.commandHisto[combineLengthCodes(0, uint16(i), i < 16)] = 1
encoder_fast.go#L113: e.commandHisto[128+insertCode<<3+copyCode] = 1
encoder_fast.go#L135: e.commandHisto[command]++
encoder_fast.go#L141: e.commandHisto[command]++
encoder_fast.go#L171: e.commandHisto[command]++
encoder_fast.go#L177: e.commandHisto[command]++
encoder_fast.go#L184: e.commandHisto[command]++
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |